home *** CD-ROM | disk | FTP | other *** search
- on xtracopy
- if the platform contains "Mac" then
- maccopy()
- else
- openXLib("Xtras\filecopy")
- set fileName to the pathName & "screens\" & the name of cast the mouseCast
- if fileName > EMPTY then
- set wFileName to doSaveAsDlg(the pathName & "screens\" & the name of cast the mouseCast, "Tiffs@*.tif")
- if wFileName > EMPTY then
- set result to copyFile(wFileName, fileName)
- put result
- end if
- end if
- closeXLib("Xtras\filecopy")
- end if
- end
-